Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Infos Warnings Errors
24 0 0 1844

Files

Files I W E
org/apache/torque/betwixt/Dataset.java 0 0 106
org/apache/torque/betwixt/Exporter.java 0 0 120
org/apache/torque/betwixt/Importer.java 0 0 691
org/apache/torque/betwixt/RecordHandler.java 0 0 30
org/apache/torque/betwixt/Resolver.java 0 0 259
org/apache/torque/betwixt/XMLEventListener.java 0 0 16
org/apache/torque/betwixt/XMLEventNotifier.java 0 0 89
org/apache/torque/betwixt/package.html 0 0 1
org/apache/torque/betwixt/util/BaseObjectRecordHandler.java 0 0 151
org/apache/torque/betwixt/util/ImportSummaryListener.java 0 0 219
org/apache/torque/betwixt/util/SimpleListener.java 0 0 94
org/apache/torque/betwixt/util/SuppressPrimaryKeys.java 0 0 67
org/apache/torque/betwixt/util/package.html 0 0 1

org/apache/torque/betwixt/Dataset.java

Error Line
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 32
Error Line has trailing spaces. 35
Error '{' should be on the previous line. 36
Error Missing a Javadoc comment. 37
Error Variable 'logger' must be private and have accessor methods. 37
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 45
Error First sentence should end with a period. 47
Error Line has trailing spaces. 50
Error '{' should be on the previous line. 51
Error Line has trailing spaces. 57
Error Line has trailing spaces. 60
Error Method 'addRecord' is not designed for extension - needs to be abstract, final or empty. 60
Error Parameter item should be final. 60
Error Expected @param tag for 'item'. 60
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 67
Error Line has trailing spaces. 70
Error Method 'addRecordList' is not designed for extension - needs to be abstract, final or empty. 70
Error Parameter list should be final. 70
Error 'list' hides a field. 70
Error '{' should be on the previous line. 71
Error Line has trailing spaces. 77
Error Line has trailing spaces. 80
Error Method 'getRecord' is not designed for extension - needs to be abstract, final or empty. 80
Error '{' should be on the previous line. 81
Error Line has trailing spaces. 87
Error Line has trailing spaces. 90
Error Method 'size' is not designed for extension - needs to be abstract, final or empty. 90
Error '{' should be on the previous line. 91
Error Line has trailing spaces. 97
Error Line has trailing spaces. 100
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 100
Error '{' should be on the previous line. 101
Error Line has trailing spaces. 107
Error Line has trailing spaces. 109
Error Line has trailing spaces. 112
Error Method 'setRecord' is not designed for extension - needs to be abstract, final or empty. 112
Error Parameter value should be final. 112
Error Expected @param tag for 'value'. 112
Error '{' should be on the previous line. 113
Error Line has trailing spaces. 119
Error Line has trailing spaces. 122
Error Method 'getAction' is not designed for extension - needs to be abstract, final or empty. 122
Error '{' should be on the previous line. 123
Error First sentence should end with a period. 127
Error Line has trailing spaces. 129
Error Line has trailing spaces. 133
Error Method 'setAction' is not designed for extension - needs to be abstract, final or empty. 133
Error Parameter action should be final. 133
Error 'action' hides a field. 133
Error '{' should be on the previous line. 134
Error Line has trailing spaces. 140
Error Line has trailing spaces. 143
Error Method 'getOnError' is not designed for extension - needs to be abstract, final or empty. 143
Error '{' should be on the previous line. 144
Error Line has trailing spaces. 150
Error Line has trailing spaces. 154
Error Method 'setOnError' is not designed for extension - needs to be abstract, final or empty. 154
Error Parameter onError should be final. 154
Error 'onError' hides a field. 154
Error '{' should be on the previous line. 155
Error Line has trailing spaces. 161
Error Line has trailing spaces. 164
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 164
Error '{' should be on the previous line. 165
Error Line has trailing spaces. 171
Error Line has trailing spaces. 175
Error Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 175
Error Parameter description should be final. 175
Error 'description' hides a field. 175
Error '{' should be on the previous line. 176
Error Line has trailing spaces. 183
Error Line has trailing spaces. 188
Error Method 'getBeanWriter' is not designed for extension - needs to be abstract, final or empty. 188
Error Redundant throws: 'IllegalStateException' is unchecked exception. 189
Error '{' should be on the previous line. 190
Error Line has trailing spaces. 191
Error '{' should be on the previous line. 192
Error Line has trailing spaces. 198
Error Expected an @return tag. 202
Error Line has trailing spaces. 202
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 202
Error '{' should be on the previous line. 203
Error Line has trailing spaces. 209
Error '{' should be on the previous line. 210
Error First sentence should end with a period. 220
Error Line has trailing spaces. 222
Error Line has trailing spaces. 225
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 225
Error '{' should be on the previous line. 226
Error Line has trailing spaces. 227
Error ')' is preceded with whitespace. 227
Error '{' should be on the previous line. 228
Error First sentence should end with a period. 234
Error Line has trailing spaces. 236
Error Line has trailing spaces. 239
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 239
Error Parameter name should be final. 239
Error 'name' hides a field. 239
Error '{' should be on the previous line. 240

org/apache/torque/betwixt/Exporter.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 29
Error Line has trailing spaces. 30
Error Line has trailing spaces. 36
Error '{' should be on the previous line. 37
Error Line has trailing spaces. 38
Error Missing a Javadoc comment. 39
Error Variable 'logger' must be private and have accessor methods. 39
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Missing a Javadoc comment. 41
Error '{' should be on the previous line. 42
Error Line has trailing spaces. 45
Error First sentence should end with a period. 46
Error Line has trailing spaces. 59
Error Method 'exportData' is not designed for extension - needs to be abstract, final or empty. 59
Error '(' is followed by whitespace. 59
Error Parameter dataset should be final. 59
Error Parameter outputWriter should be final. 59
Error Parameter resolver should be final. 60
Error ')' is preceded with whitespace. 60
Error Line has trailing spaces. 61
Error Expected @throws tag for 'IOException'. 61
Error Redundant throws: 'IOException' is subclass of 'Exception'. 61
Error Expected @throws tag for 'IntrospectionException'. 61
Error Line has trailing spaces. 62
Error Expected @throws tag for 'SAXException'. 62
Error Expected @throws tag for 'Exception'. 62
Error '{' should be on the previous line. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error Line has trailing spaces. 69
Error Line has trailing spaces. 74
Error Line has trailing spaces. 75
Error Line has trailing spaces. 76
Error Line has trailing spaces. 77
Error Line has trailing spaces. 79
Error Method 'writeHeaderInfo' is not designed for extension - needs to be abstract, final or empty. 79
Error '(' is followed by whitespace. 79
Error Parameter beanWriter should be final. 79
Error Expected @param tag for 'beanWriter'. 79
Error Parameter resolver should be final. 79
Error Expected @param tag for 'resolver'. 79
Error ')' is preceded with whitespace. 79
Error Expected @throws tag for 'IOException'. 80
Error Expected @throws tag for 'IllegalStateException'. 80
Error Redundant throws: 'IllegalStateException' is unchecked exception. 80
Error '(' is followed by whitespace. 82
Error Line has trailing spaces. 84
Error Line has trailing spaces. 86
Error Line has trailing spaces. 87
Error Line has trailing spaces. 89
Error Line has trailing spaces. 101
Error Method 'writeHeaderInfo' is not designed for extension - needs to be abstract, final or empty. 103
Error '(' is followed by whitespace. 103
Error Parameter beanWriter should be final. 103
Error ',' is not followed by whitespace. 103
Error Parameter resolver should be final. 103
Error Parameter rootElement should be final. 104
Error Parameter isSystem should be final. 104
Error Line has trailing spaces. 105
Error Parameter publicId should be final. 105
Error Parameter uri should be final. 105
Error ')' is preceded with whitespace. 105
Error Line has trailing spaces. 106
Error Expected @throws tag for 'IOException'. 106
Error Line has trailing spaces. 107
Error Expected @throws tag for 'IllegalStateException'. 107
Error Redundant throws: 'IllegalStateException' is unchecked exception. 107
Error '{' should be on the previous line. 108
Error Line has trailing spaces. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113
Error '}' should be on the same line. 115
Error '{' should be on the previous line. 117
Error Line has trailing spaces. 120
Error Line has trailing spaces. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '{' should be on the previous line. 123
Error Line has trailing spaces. 130
Error First sentence should end with a period. 131
Error Line has trailing spaces. 133
Error Line has trailing spaces. 138
Error Method 'writeData' is not designed for extension - needs to be abstract, final or empty. 138
Error '(' is followed by whitespace. 138
Error Parameter dataset should be final. 138
Error Expected @param tag for 'dataset'. 138
Error Parameter beanWriter should be final. 138
Error Expected @param tag for 'beanWriter'. 138
Error ')' is preceded with whitespace. 138
Error Line has trailing spaces. 139
Error Expected @throws tag for 'IOException'. 139
Error Expected @throws tag for 'IntrospectionException'. 139
Error Expected @throws tag for 'SAXException'. 139
Error '{' should be on the previous line. 140
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error Line has trailing spaces. 146
Error Line has trailing spaces. 155
Error Method 'createBeanWriter' is not designed for extension - needs to be abstract, final or empty. 155
Error Parameter outputWriter should be final. 155
Error Parameter resolver should be final. 156
Error ')' is preceded with whitespace. 156
Error Line has trailing spaces. 157
Error Expected @throws tag for 'IOException'. 157
Error Redundant throws: 'IOException' is subclass of 'Exception'. 157
Error Line has trailing spaces. 158
Error Expected @throws tag for 'IntrospectionException'. 158
Error Line has trailing spaces. 159
Error Expected @throws tag for 'SAXException'. 159
Error Expected @throws tag for 'Exception'. 159
Error '{' should be on the previous line. 160

org/apache/torque/betwixt/Importer.java

Error Line
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 44
Error Line has trailing spaces. 45
Error Line has trailing spaces. 49
Error Line has trailing spaces. 55
Error Line has trailing spaces. 57
Error Line has trailing spaces. 61
Error Line has trailing spaces. 62
Error Line has trailing spaces. 64
Error Line has trailing spaces. 65
Error Line has trailing spaces. 68
Error Line has trailing spaces. 69
Error Line has trailing spaces. 72
Error Line has trailing spaces. 77
Error Comment matches to-do format 'TODO:'. 78
Error Line has trailing spaces. 79
Error Line has trailing spaces. 82
Error '{' should be on the previous line. 83
Error Missing a Javadoc comment. 84
Error Variable 'logger' must be private and have accessor methods. 84
Error Line has trailing spaces. 85
Error First sentence should end with a period. 86
Error Line has trailing spaces. 88
Error First sentence should end with a period. 89
Error First sentence should end with a period. 92
Error Line has trailing spaces. 94
Error First sentence should end with a period. 95
Error First sentence should end with a period. 98
Error First sentence should end with a period. 101
Error First sentence should end with a period. 104
Error Line has trailing spaces. 107
Error Missing a Javadoc comment. 107
Error Line has trailing spaces. 108
Error Missing a Javadoc comment. 109
Error Missing a Javadoc comment. 110
Error Missing a Javadoc comment. 111
Error Missing a Javadoc comment. 112
Error Missing a Javadoc comment. 113
Error Missing a Javadoc comment. 114
Error Line has trailing spaces. 121
Error '{' should be on the previous line. 122
Error Line has trailing spaces. 125
Error Line has trailing spaces. 130
Error '{' should be on the previous line. 131
Error Line has trailing spaces. 133
Error Line has trailing spaces. 137
Error Line has trailing spaces. 144
Error Method 'importData' is not designed for extension - needs to be abstract, final or empty. 144
Error '(' is followed by whitespace. 144
Error Parameter xmlReader should be final. 144
Error Parameter resolver should be final. 144
Error ')' is preceded with whitespace. 144
Error Line has trailing spaces. 145
Error Expected @throws tag for 'Exception'. 145
Error '{' should be on the previous line. 146
Error Line has trailing spaces. 149
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error Line has trailing spaces. 152
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '{' should be on the previous line. 153
Error Line has trailing spaces. 155
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error Line has trailing spaces. 158
Error Line has trailing spaces. 161
Error Line has trailing spaces. 164
Error Expected an @return tag. 170
Error Method 'parseXML' is not designed for extension - needs to be abstract, final or empty. 170
Error '(' is followed by whitespace. 170
Error Parameter importReader should be final. 170
Error Parameter beanReader should be final. 170
Error ')' is preceded with whitespace. 170
Error Expected @throws tag for 'IntrospectionException'. 171
Error Expected @throws tag for 'IOException'. 171
Error Expected @throws tag for 'SAXException'. 171
Error Expected @throws tag for 'Exception'. 172
Error Redundant throws: 'Exception' is subclass of 'IOException'. 172
Error '{' should be on the previous line. 173
Error Line has trailing spaces. 176
Error '{' should be on the previous line. 177
Error Line has trailing spaces. 179
Error '}' should be on the same line. 179
Error Line has trailing spaces. 180
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error '{' should be on the previous line. 181
Error Line has trailing spaces. 182
Error '+' should be on a new line. 182
Error '+' should be on a new line. 183
Error Line has trailing spaces. 184
Error ',' is not followed by whitespace. 185
Error ',' is not followed by whitespace. 186
Error '}' should be on the same line. 188
Error Line has trailing spaces. 189
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error '{' should be on the previous line. 190
Error '+' should be on a new line. 191
Error Line has trailing spaces. 192
Error '+' should be on a new line. 192
Error Line has trailing spaces. 193
Error '+' is not preceded with whitespace. 193
Error '+' is not followed by whitespace. 193
Error ',' is not followed by whitespace. 194
Error ',' is not followed by whitespace. 195
Error Line has trailing spaces. 198
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error '{' should be on the previous line. 199
Error '+' should be on a new line. 200
Error ',' is not followed by whitespace. 202
Error Line has trailing spaces. 208
Error Line has trailing spaces. 212
Error Line has trailing spaces. 214
Error Line has trailing spaces. 215
Error Line has trailing spaces. 223
Error Method 'createBeanReader' is not designed for extension - needs to be abstract, final or empty. 223
Error '(' is followed by whitespace. 223
Error Parameter resolver should be final. 223
Error ')' is preceded with whitespace. 223
Error Line has trailing spaces. 224
Error Expected @throws tag for 'IntrospectionException'. 224
Error Expected @throws tag for 'IOException'. 224
Error Expected @throws tag for 'SAXException'. 224
Error '{' should be on the previous line. 225
Error Line has trailing spaces. 227
Error Line has trailing spaces. 228
Error '{' should be on the previous line. 228
Error '}' should be on the same line. 230
Error Line has trailing spaces. 231
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '{' should be on the previous line. 232
Error '}' should be on the same line. 234
Error Line has trailing spaces. 235
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error '{' should be on the previous line. 236
Error ',' is not followed by whitespace. 238
Error Line has trailing spaces. 240
Error Line has trailing spaces. 242
Error Line has trailing spaces. 244
Error '{' should be on the previous line. 245
Error '}' should be on the same line. 247
Error ')' is preceded with whitespace. 248
Error '{' should be on the previous line. 249
Error Line has trailing spaces. 251
Error '+' should be on a new line. 251
Error Line has trailing spaces. 252
Error '+' should be on a new line. 252
Error Line has trailing spaces. 253
Error '+' is not followed by whitespace. 253
Error '+' should be on a new line. 253
Error '+' is not preceded with whitespace. 254
Error '+' is not followed by whitespace. 254
Error '+' is not followed by whitespace. 254
Error Line has trailing spaces. 258
Error '(' is followed by whitespace. 259
Error ')' is preceded with whitespace. 259
Error '(' is followed by whitespace. 260
Error ')' is preceded with whitespace. 260
Error Line has trailing spaces. 261
Error Line has trailing spaces. 264
Error Line has trailing spaces. 268
Error Line has trailing spaces. 269
Error Line has trailing spaces. 272
Error Line has trailing spaces. 276
Error Method 'processDataset' is not designed for extension - needs to be abstract, final or empty. 276
Error '(' is followed by whitespace. 276
Error Parameter records should be final. 276
Error ')' is preceded with whitespace. 276
Error Line has trailing spaces. 277
Error Expected @throws tag for 'Exception'. 277
Error '{' should be on the previous line. 278
Error Line has trailing spaces. 279
Error '(' is followed by whitespace. 279
Error ')' is preceded with whitespace. 279
Error '{' should be on the previous line. 280
Error Line has trailing spaces. 282
Error '+' should be on a new line. 282
Error '(' is followed by whitespace. 285
Error ')' is preceded with whitespace. 285
Error Line has trailing spaces. 286
Error Line has trailing spaces. 291
Error '(' is followed by whitespace. 291
Error ')' is preceded with whitespace. 291
Error '{' should be on the previous line. 292
Error '+' is not preceded with whitespace. 294
Error '+' is not followed by whitespace. 294
Error Line has trailing spaces. 296
Error Line has trailing spaces. 297
Error '(' is followed by whitespace. 297
Error ')' is preceded with whitespace. 297
Error '{' should be on the previous line. 298
Error '(' is followed by whitespace. 299
Error ')' is preceded with whitespace. 299
Error Line has trailing spaces. 302
Error '{' should be on the previous line. 303
Error Line has trailing spaces. 305
Error '(' is followed by whitespace. 305
Error ')' is preceded with whitespace. 305
Error '{' should be on the previous line. 306
Error '(' is followed by whitespace. 310
Error Line has trailing spaces. 311
Error '+' should be on a new line. 311
Error Line has trailing spaces. 312
Error '+' should be on a new line. 312
Error Line has trailing spaces. 313
Error '+' should be on a new line. 313
Error Line has trailing spaces. 315
Error Line has trailing spaces. 316
Error '(' is followed by whitespace. 316
Error ')' is preceded with whitespace. 316
Error '{' should be on the previous line. 317
Error ')' is preceded with whitespace. 318
Error '}' should be on the same line. 319
Error Line has trailing spaces. 320
Error '{' should be on the previous line. 321
Error '(' is followed by whitespace. 322
Error ')' is preceded with whitespace. 322
Error Line has trailing spaces. 324
Error '}' should be on the same line. 324
Error Line has trailing spaces. 325
Error '{' should be on the previous line. 326
Error Line has trailing spaces. 327
Error '(' is followed by whitespace. 329
Error ')' is preceded with whitespace. 329
Error Line has trailing spaces. 332
Error '}' should be on the same line. 332
Error Line has trailing spaces. 333
Error '(' is followed by whitespace. 333
Error ')' is preceded with whitespace. 333
Error '{' should be on the previous line. 334
Error '+' should be on a new line. 335
Error Line has trailing spaces. 337
Error Line has trailing spaces. 338
Error Line has trailing spaces. 339
Error '(' is followed by whitespace. 340
Error '!' is followed by whitespace. 340
Error '||' should be on a new line. 340
Error Line has trailing spaces. 341
Error ')' is preceded with whitespace. 341
Error ')' is preceded with whitespace. 341
Error '{' should be on the previous line. 342
Error ',' is not followed by whitespace. 343
Error ',' is not followed by whitespace. 344
Error Line has trailing spaces. 346
Error '(' is followed by whitespace. 346
Error ')' is preceded with whitespace. 346
Error '{' should be on the previous line. 347
Error ',' is not followed by whitespace. 349
Error Line has trailing spaces. 351
Error Line has trailing spaces. 352
Error '(' is followed by whitespace. 352
Error ')' is preceded with whitespace. 352
Error '{' should be on the previous line. 353
Error Line has trailing spaces. 361
Error '{' should be on the previous line. 362
Error '(' is followed by whitespace. 364
Error ')' is preceded with whitespace. 364
Error Line has trailing spaces. 365
Error Line has trailing spaces. 367
Error Line has trailing spaces. 368
Error '}' should be on the same line. 368
Error Line has trailing spaces. 369
Error '(' is followed by whitespace. 369
Error ')' is preceded with whitespace. 369
Error '{' should be on the previous line. 370
Error Must have at least one statement. 370
Error Line has trailing spaces. 372
Error '}' should be on the same line. 372
Error Line has trailing spaces. 373
Error '{' should be on the previous line. 374
Error Line has trailing spaces. 375
Error '(' is followed by whitespace. 375
Error ')' is preceded with whitespace. 375
Error '{' should be on the previous line. 376
Error Line has trailing spaces. 377
Error '(' is followed by whitespace. 377
Error '!' is followed by whitespace. 377
Error ')' is preceded with whitespace. 377
Error '{' should be on the previous line. 378
Error Line has trailing spaces. 385
Error Line has trailing spaces. 389
Error Line has trailing spaces. 393
Error Method 'initOptions' is not designed for extension - needs to be abstract, final or empty. 393
Error '(' is followed by whitespace. 393
Error Parameter records should be final. 393
Error ')' is preceded with whitespace. 393
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 394
Error Expected @throws tag for 'Exception'. 394
Error '{' should be on the previous line. 395
Error Line has trailing spaces. 396
Error 'action' hides a field. 397
Error Line has trailing spaces. 398
Error '(' is followed by whitespace. 398
Error ')' is preceded with whitespace. 398
Error '{' should be on the previous line. 399
Error '(' is followed by whitespace. 400
Error ')' is preceded with whitespace. 400
Error Line has trailing spaces. 401
Error '}' should be on the same line. 401
Error Line has trailing spaces. 402
Error '{' should be on the previous line. 403
Error Line has trailing spaces. 405
Error '(' is followed by whitespace. 405
Error '{' should be on the previous line. 406
Error '(' is followed by whitespace. 407
Error ')' is preceded with whitespace. 407
Error Line has trailing spaces. 408
Error '}' should be on the same line. 408
Error Line has trailing spaces. 409
Error '(' is followed by whitespace. 409
Error '{' should be on the previous line. 410
Error '(' is followed by whitespace. 411
Error ')' is preceded with whitespace. 411
Error Line has trailing spaces. 412
Error '}' should be on the same line. 412
Error Line has trailing spaces. 413
Error '(' is followed by whitespace. 413
Error '{' should be on the previous line. 414
Error '(' is followed by whitespace. 415
Error ')' is preceded with whitespace. 415
Error Line has trailing spaces. 416
Error '}' should be on the same line. 416
Error Line has trailing spaces. 417
Error '(' is followed by whitespace. 417
Error '{' should be on the previous line. 418
Error '(' is followed by whitespace. 419
Error ')' is preceded with whitespace. 419
Error Line has trailing spaces. 420
Error '}' should be on the same line. 420
Error Line has trailing spaces. 421
Error '{' should be on the previous line. 422
Error Line has trailing spaces. 423
Error '+' should be on a new line. 424
Error ',' is not followed by whitespace. 426
Error ')' is preceded with whitespace. 426
Error 'onError' hides a field. 430
Error Line has trailing spaces. 431
Error '(' is followed by whitespace. 431
Error ')' is preceded with whitespace. 431
Error '{' should be on the previous line. 432
Error ')' is preceded with whitespace. 433
Error Line has trailing spaces. 434
Error '}' should be on the same line. 434
Error Line has trailing spaces. 435
Error '{' should be on the previous line. 436
Error Line has trailing spaces. 438
Error '(' is followed by whitespace. 438
Error '{' should be on the previous line. 439
Error Line has trailing spaces. 440
Error '(' is followed by whitespace. 440
Error ')' is preceded with whitespace. 440
Error Line has trailing spaces. 441
Error '}' should be on the same line. 441
Error Line has trailing spaces. 442
Error '(' is followed by whitespace. 442
Error '{' should be on the previous line. 443
Error Line has trailing spaces. 444
Error '(' is followed by whitespace. 444
Error ')' is preceded with whitespace. 444
Error Line has trailing spaces. 445
Error '}' should be on the same line. 445
Error Line has trailing spaces. 446
Error '(' is followed by whitespace. 446
Error '{' should be on the previous line. 447
Error Line has trailing spaces. 448
Error '(' is followed by whitespace. 448
Error ')' is preceded with whitespace. 448
Error Line has trailing spaces. 449
Error '}' should be on the same line. 449
Error Line has trailing spaces. 450
Error '{' should be on the previous line. 451
Error Line has trailing spaces. 452
Error '+' is not preceded with whitespace. 453
Error '+' should be on a new line. 453
Error '+' is not preceded with whitespace. 454
Error '+' is not followed by whitespace. 454
Error '+' is not preceded with whitespace. 454
Error '+' is not followed by whitespace. 454
Error '(' is followed by whitespace. 455
Error ')' is preceded with whitespace. 455
Error '+' is not preceded with whitespace. 459
Error '+' is not followed by whitespace. 459
Error '+' is not preceded with whitespace. 459
Error '+' is not followed by whitespace. 459
Error '+' is not preceded with whitespace. 459
Error '+' is not followed by whitespace. 459
Error '+' is not preceded with whitespace. 460
Error '+' is not followed by whitespace. 460
Error '+' is not preceded with whitespace. 460
Error '+' is not followed by whitespace. 460
Error '+' is not preceded with whitespace. 460
Error '+' is not followed by whitespace. 460
Error Line has trailing spaces. 462
Error Line has trailing spaces. 465
Error Line has trailing spaces. 469
Error Method 'startTransaction' is not designed for extension - needs to be abstract, final or empty. 469
Error '(' is followed by whitespace. 469
Error Parameter record should be final. 469
Error Expected @param tag for 'record'. 469
Error ')' is preceded with whitespace. 469
Error Line has trailing spaces. 470
Error Expected @throws tag for 'TorqueException'. 470
Error '{' should be on the previous line. 471
Error Line has trailing spaces. 473
Error '(' is followed by whitespace. 473
Error ')' is preceded with whitespace. 473
Error '{' should be on the previous line. 474
Error '}' should be on the same line. 477
Error Line has trailing spaces. 478
Error '{' should be on the previous line. 479
Error Line has trailing spaces. 484
Error Line has trailing spaces. 488
Error Line has trailing spaces. 490
Error Line has trailing spaces. 492
Error Line has trailing spaces. 494
Error Method 'findRecordHandler' is not designed for extension - needs to be abstract, final or empty. 494
Error '(' is followed by whitespace. 494
Error Parameter record should be final. 494
Error ')' is preceded with whitespace. 494
Error Line has trailing spaces. 495
Error Expected @throws tag for 'CloneNotSupportedException'. 495
Error '{' should be on the previous line. 496
Error Line has trailing spaces. 499
Error '(' is followed by whitespace. 499
Error ')' is preceded with whitespace. 499
Error '{' should be on the previous line. 500
Error Line has trailing spaces. 502
Error '(' is followed by whitespace. 502
Error ')' is preceded with whitespace. 502
Error '{' should be on the previous line. 503
Error Line has trailing spaces. 510
Error Line has trailing spaces. 514
Error Method 'rollbackTransaction' is not designed for extension - needs to be abstract, final or empty. 514
Error '(' is followed by whitespace. 514
Error ')' is preceded with whitespace. 514
Error Expected @throws tag for 'Exception'. 514
Error '{' should be on the previous line. 515
Error Line has trailing spaces. 516
Error '(' is followed by whitespace. 517
Error ')' is preceded with whitespace. 518
Error Line has trailing spaces. 519
Error Line has trailing spaces. 520
Error '{' should be on the previous line. 521
Error '(' is followed by whitespace. 525
Error ')' is preceded with whitespace. 526
Error Line has trailing spaces. 527
Error '}' should be on the same line. 527
Error Line has trailing spaces. 528
Error '{' should be on the previous line. 529
Error '(' is followed by whitespace. 531
Error ')' is preceded with whitespace. 531
Error Line has trailing spaces. 534
Error Line has trailing spaces. 536
Error Line has trailing spaces. 537
Error Line has trailing spaces. 538
Error Line has trailing spaces. 539
Error Line has trailing spaces. 540
Error Line has trailing spaces. 543
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 543
Error '(' is followed by whitespace. 543
Error ')' is preceded with whitespace. 543
Error Line has trailing spaces. 544
Error Redundant throws: 'IllegalStateException' is unchecked exception. 544
Error '{' should be on the previous line. 545
Error Line has trailing spaces. 546
Error '(' is followed by whitespace. 546
Error ')' is preceded with whitespace. 546
Error '{' should be on the previous line. 547
Error Line has trailing spaces. 548
Error Line has trailing spaces. 550
Error Line has trailing spaces. 554
Error Line has trailing spaces. 557
Error Line has trailing spaces. 560
Error Method 'setConnection' is not designed for extension - needs to be abstract, final or empty. 560
Error Parameter connection should be final. 560
Error 'connection' hides a field. 560
Error '{' should be on the previous line. 561
Error Line has trailing spaces. 564
Error Line has trailing spaces. 566
Error Line has trailing spaces. 568
Error Line has trailing spaces. 569
Error Method 'notifyListeners' is not designed for extension - needs to be abstract, final or empty. 572
Error Parameter recordNum should be final. 572
Error Expected @param tag for 'recordNum'. 572
Error Parameter action should be final. 572
Error 'action' hides a field. 572
Error Expected @param tag for 'action'. 572
Error Parameter info should be final. 572
Error Expected @param tag for 'info'. 572
Error ')' is preceded with whitespace. 572
Error Expected @throws tag for 'Exception'. 573
Error '{' should be on the previous line. 574
Error '(' is followed by whitespace. 575
Error '+' is not preceded with whitespace. 575
Error '+' is not followed by whitespace. 575
Error '+' is not preceded with whitespace. 575
Error '+' is not followed by whitespace. 575
Error '+' is not preceded with whitespace. 575
Error '+' is not followed by whitespace. 575
Error '+' is not preceded with whitespace. 575
Error '+' is not followed by whitespace. 575
Error '+' is not preceded with whitespace. 575
Error '+' is not followed by whitespace. 575
Error ')' is preceded with whitespace. 575
Error Line has trailing spaces. 576
Error '(' is followed by whitespace. 576
Error ')' is preceded with whitespace. 576
Error '{' should be on the previous line. 577
Error Line has trailing spaces. 579
Error '(' is followed by whitespace. 579
Error ')' is preceded with whitespace. 579
Error '{' should be on the previous line. 580
Error ')' is preceded with whitespace. 582
Error Line has trailing spaces. 586
Error Line has trailing spaces. 588
Error Line has trailing spaces. 589
Error Line has trailing spaces. 592
Error Method 'registerListener' is not designed for extension - needs to be abstract, final or empty. 592
Error '(' is followed by whitespace. 592
Error Parameter listener should be final. 592
Error Expected @param tag for 'listener'. 592
Error ')' is preceded with whitespace. 592
Error '{' should be on the previous line. 593
Error Line has trailing spaces. 594
Error '(' is followed by whitespace. 594
Error '!' is followed by whitespace. 594
Error '{' should be on the previous line. 595
Error Line has trailing spaces. 599
Error Line has trailing spaces. 601
Error Line has trailing spaces. 602
Error Line has trailing spaces. 605
Error Method 'deregisterListener' is not designed for extension - needs to be abstract, final or empty. 605
Error '(' is followed by whitespace. 605
Error Parameter listener should be final. 605
Error Expected @param tag for 'listener'. 605
Error ')' is preceded with whitespace. 605
Error '{' should be on the previous line. 606
Error Line has trailing spaces. 609
Error Line has trailing spaces. 612
Error Line has trailing spaces. 615
Error Method 'getListeners' is not designed for extension - needs to be abstract, final or empty. 615
Error '{' should be on the previous line. 616
Error Line has trailing spaces. 617
Error '(' is followed by whitespace. 617
Error ')' is preceded with whitespace. 617
Error '{' should be on the previous line. 618
Error Line has trailing spaces. 623
Error Line has trailing spaces. 627
Error Line has trailing spaces. 631
Error Method 'registerHandler' is not designed for extension - needs to be abstract, final or empty. 631
Error '(' is followed by whitespace. 631
Error Parameter recordType should be final. 631
Error Expected @param tag for 'recordType'. 631
Error Parameter handler should be final. 632
Error Expected @param tag for 'handler'. 632
Error ')' is preceded with whitespace. 632
Error '{' should be on the previous line. 633
Error Line has trailing spaces. 634
Error '(' is followed by whitespace. 634
Error ')' is preceded with whitespace. 634
Error '{' should be on the previous line. 635
Error ')' is preceded with whitespace. 638
Error Line has trailing spaces. 640
Error Line has trailing spaces. 644
Error Line has trailing spaces. 647
Error Method 'getHandlers' is not designed for extension - needs to be abstract, final or empty. 647
Error '{' should be on the previous line. 648
Error Line has trailing spaces. 654
Error Line has trailing spaces. 657
Error Method 'setHandlers' is not designed for extension - needs to be abstract, final or empty. 657
Error Parameter handlers should be final. 657
Error 'handlers' hides a field. 657
Error '{' should be on the previous line. 658
Error Line has trailing spaces. 665
Error Method 'getAction' is not designed for extension - needs to be abstract, final or empty. 665
Error '{' should be on the previous line. 666
Error Line has trailing spaces. 673
Error Method 'setAction' is not designed for extension - needs to be abstract, final or empty. 673
Error Parameter action should be final. 673
Error 'action' hides a field. 673
Error '{' should be on the previous line. 674
Error Line has trailing spaces. 681
Error Method 'getOnError' is not designed for extension - needs to be abstract, final or empty. 681
Error '{' should be on the previous line. 682
Error Line has trailing spaces. 689
Error Method 'setOnError' is not designed for extension - needs to be abstract, final or empty. 689
Error Parameter onError should be final. 689
Error 'onError' hides a field. 689
Error '{' should be on the previous line. 690
Error Line has trailing spaces. 694
Error Method 'warning' is not designed for extension - needs to be abstract, final or empty. 694
Error Missing a Javadoc comment. 694
Error Parameter e should be final. 694
Error '{' should be on the previous line. 695
Error Line has trailing spaces. 696
Error '{' should be on the previous line. 697
Error Line has trailing spaces. 698
Error '(' is followed by whitespace. 698
Error Line has trailing spaces. 699
Error '+' should be on a new line. 699
Error Line has trailing spaces. 700
Error '+' should be on a new line. 700
Error '+' should be on a new line. 701
Error Line has trailing spaces. 703
Error '}' should be on the same line. 703
Error Line has trailing spaces. 704
Error ')' is preceded with whitespace. 704
Error '{' should be on the previous line. 705
Error Line has trailing spaces. 706
Error '+' should be on a new line. 706
Error ')' is preceded with whitespace. 708
Error Line has trailing spaces. 714
Error Method 'error' is not designed for extension - needs to be abstract, final or empty. 714
Error Missing a Javadoc comment. 714
Error Parameter e should be final. 714
Error '{' should be on the previous line. 715
Error Line has trailing spaces. 716
Error '{' should be on the previous line. 717
Error Line has trailing spaces. 718
Error '(' is followed by whitespace. 718
Error '+' should be on a new line. 718
Error Line has trailing spaces. 719
Error '+' should be on a new line. 719
Error Line has trailing spaces. 720
Error '+' should be on a new line. 720
Error Line has trailing spaces. 722
Error '}' should be on the same line. 722
Error Line has trailing spaces. 723
Error ')' is preceded with whitespace. 723
Error '{' should be on the previous line. 724
Error Line has trailing spaces. 725
Error '+' should be on a new line. 725
Error ')' is preceded with whitespace. 727
Error Line has trailing spaces. 733
Error Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. 733
Error Missing a Javadoc comment. 733
Error Parameter e should be final. 733
Error '{' should be on the previous line. 734
Error Line has trailing spaces. 735
Error '{' should be on the previous line. 736
Error Line has trailing spaces. 737
Error '(' is followed by whitespace. 737
Error '+' should be on a new line. 737
Error Line has trailing spaces. 738
Error '+' should be on a new line. 738
Error '+' should be on a new line. 739
Error Line has trailing spaces. 741
Error '}' should be on the same line. 741
Error Line has trailing spaces. 742
Error ')' is preceded with whitespace. 742
Error '{' should be on the previous line. 743
Error Line has trailing spaces. 744
Error '+' should be on a new line. 744
Error ')' is preceded with whitespace. 746
Error Line has trailing spaces. 755
Error Method 'isErrorParsing' is not designed for extension - needs to be abstract, final or empty. 755
Error '{' should be on the previous line. 756
Error Line has trailing spaces. 763
Error Method 'setErrorParsing' is not designed for extension - needs to be abstract, final or empty. 763
Error Parameter errorParsing should be final. 763
Error 'errorParsing' hides a field. 763
Error '{' should be on the previous line. 764
Error Line has trailing spaces. 767
Error Line has trailing spaces. 770
Error Line has trailing spaces. 774
Error Method 'simpleClassName' is not designed for extension - needs to be abstract, final or empty. 774
Error '(' is followed by whitespace. 774
Error Parameter c should be final. 774
Error ')' is preceded with whitespace. 774
Error '{' should be on the previous line. 775
Error '+' is not preceded with whitespace. 777
Error '+' is not followed by whitespace. 777
Error Line has trailing spaces. 781
Error Line has trailing spaces. 783
Error Line has trailing spaces. 786
Error Method 'getDatasetRecordNumber' is not designed for extension - needs to be abstract, final or empty. 786
Error '{' should be on the previous line. 787
Error Line has trailing spaces. 792
Error Line has trailing spaces. 794
Error Line has trailing spaces. 797
Error Method 'setDatasetRecordNumber' is not designed for extension - needs to be abstract, final or empty. 797
Error Parameter datasetRecordNumber should be final. 797
Error 'datasetRecordNumber' hides a field. 797
Error '{' should be on the previous line. 798

org/apache/torque/betwixt/RecordHandler.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 23
Error Line has trailing spaces. 24
Error Line has trailing spaces. 28
Error '{' should be on the previous line. 32
Error Line has trailing spaces. 37
Error Line has trailing spaces. 38
Error Line has trailing spaces. 41
Error Line has trailing spaces. 43
Error Line has trailing spaces. 47
Error Redundant 'public' modifier. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error Expected @throws tag for 'Exception'. 48
Error Line has trailing spaces. 49
Error Line has trailing spaces. 51
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 57
Error Line has trailing spaces. 59
Error Redundant 'public' modifier. 63
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error Expected @throws tag for 'Exception'. 64
Error Line has trailing spaces. 65
Error Line has trailing spaces. 69
Error Expected an @return tag. 73
Error Line has trailing spaces. 73
Error Redundant 'public' modifier. 73
Error Expected @throws tag for 'CloneNotSupportedException'. 73

org/apache/torque/betwixt/Resolver.java

Error Line
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 31
Error Line has trailing spaces. 35
Error Line has trailing spaces. 39
Error Line has trailing spaces. 42
Error Line has trailing spaces. 50
Error Line has trailing spaces. 54
Error Line has trailing spaces. 57
Error '{' should be on the previous line. 58
Error Missing a Javadoc comment. 59
Error Variable 'logger' must be private and have accessor methods. 59
Error Line has trailing spaces. 60
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 64
Error Missing a Javadoc comment. 65
Error Line has trailing spaces. 69
Error Line has trailing spaces. 71
Error '{' should be on the previous line. 72
Error Line has trailing spaces. 75
Error Line has trailing spaces. 76
Error Missing a Javadoc comment. 76
Error '(' is followed by whitespace. 76
Error Parameter dtdPackage should be final. 76
Error 'dtdPackage' hides a field. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77
Error '(' is followed by whitespace. 79
Error Line has trailing spaces. 85
Error Line has trailing spaces. 86
Error Line has trailing spaces. 89
Error Line has trailing spaces. 91
Error Line has trailing spaces. 93
Error Line has trailing spaces. 96
Error Method 'resolveEntity' is not designed for extension - needs to be abstract, final or empty. 99
Error '(' is followed by whitespace. 99
Error Parameter publicID should be final. 99
Error Parameter systemID should be final. 99
Error ')' is preceded with whitespace. 99
Error Line has trailing spaces. 100
Error Expected @throws tag for 'SAXException'. 100
Error Expected @throws tag for 'IOException'. 100
Error '{' should be on the previous line. 101
Error '+' is not preceded with whitespace. 105
Error '+' is not followed by whitespace. 105
Error Line has trailing spaces. 106
Error '(' is followed by whitespace. 106
Error '!' is followed by whitespace. 106
Error '{' should be on the previous line. 107
Error Line has trailing spaces. 108
Error '(' is followed by whitespace. 108
Error '!' is followed by whitespace. 108
Error '{' should be on the previous line. 109
Error '+' is not preceded with whitespace. 110
Error '+' is not followed by whitespace. 110
Error '+' is not preceded with whitespace. 110
Error '+' is not followed by whitespace. 110
Error Line has trailing spaces. 112
Error Line has trailing spaces. 113
Error '{' should be on the previous line. 114
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '}' should be on the same line. 116
Error Line has trailing spaces. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error '{' should be on the previous line. 118
Error '+' should be on a new line. 119
Error '(' is followed by whitespace. 122
Error Line has trailing spaces. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line has trailing spaces. 125
Error '{' should be on the previous line. 125
Error Line has trailing spaces. 129
Error Line has trailing spaces. 132
Error '(' is followed by whitespace. 132
Error '!' is followed by whitespace. 132
Error '{' should be on the previous line. 133
Error Line has trailing spaces. 134
Error '(' is followed by whitespace. 134
Error '!' is followed by whitespace. 134
Error '{' should be on the previous line. 135
Error '+' is not preceded with whitespace. 136
Error '+' is not followed by whitespace. 136
Error '+' is not preceded with whitespace. 136
Error '+' is not followed by whitespace. 136
Error Line has trailing spaces. 138
Error Line has trailing spaces. 139
Error '{' should be on the previous line. 140
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '}' should be on the same line. 142
Error Line has trailing spaces. 143
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '{' should be on the previous line. 144
Error '+' should be on a new line. 145
Error '(' is followed by whitespace. 148
Error Line has trailing spaces. 150
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error Line has trailing spaces. 151
Error '{' should be on the previous line. 151
Error Line has trailing spaces. 158
Error Line has trailing spaces. 161
Error Line has trailing spaces. 165
Error Method 'resolveBetwixtFile' is not designed for extension - needs to be abstract, final or empty. 165
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error Expected @throws tag for 'Exception'. 165
Error '{' should be on the previous line. 166
Error Line has trailing spaces. 169
Error '(' is followed by whitespace. 169
Error '!' is followed by whitespace. 169
Error '{' should be on the previous line. 170
Error Line has trailing spaces. 171
Error '{' should be on the previous line. 172
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error Line has trailing spaces. 174
Error '}' should be on the same line. 174
Error Line has trailing spaces. 175
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '{' should be on the previous line. 176
Error '+' should be on a new line. 177
Error Line has trailing spaces. 182
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error Line has trailing spaces. 183
Error '{' should be on the previous line. 183
Error '+' should be on a new line. 187
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error Line has trailing spaces. 193
Error Line has trailing spaces. 196
Error Line has trailing spaces. 197
Error Method 'getBewtixtFileName' is not designed for extension - needs to be abstract, final or empty. 199
Error Line has trailing spaces. 201
Error '(' is followed by whitespace. 201
Error '!' is followed by whitespace. 201
Error '{' should be on the previous line. 202
Error Line has trailing spaces. 203
Error '(' is followed by whitespace. 203
Error '!' is followed by whitespace. 203
Error '{' should be on the previous line. 204
Error '+' is not preceded with whitespace. 205
Error '+' is not followed by whitespace. 205
Error '+' is not preceded with whitespace. 205
Error '+' is not followed by whitespace. 205
Error Line has trailing spaces. 213
Error Line has trailing spaces. 216
Error Line has trailing spaces. 218
Error Method 'makeInputSource' is not designed for extension - needs to be abstract, final or empty. 218
Error '(' is followed by whitespace. 218
Error Parameter packageFileName should be final. 218
Error Expected @param tag for 'packageFileName'. 218
Error ')' is preceded with whitespace. 218
Error Line has trailing spaces. 219
Error Expected @throws tag for 'Exception'. 219
Error '{' should be on the previous line. 220
Error Line has trailing spaces. 222
Error Line has trailing spaces. 225
Error '{' should be on the previous line. 226
Error '}' should be on the same line. 229
Error Line has trailing spaces. 230
Error '{' should be on the previous line. 231
Error ')' is preceded with whitespace. 232
Error Line has trailing spaces. 236
Error Line has trailing spaces. 241
Error Line has trailing spaces. 243
Error Line has trailing spaces. 246
Error Expected an @return tag. 249
Error Line has trailing spaces. 249
Error Method 'resolveDtdUri' is not designed for extension - needs to be abstract, final or empty. 249
Error Line has trailing spaces. 250
Error Redundant throws: 'IllegalStateException' is unchecked exception. 250
Error '{' should be on the previous line. 251
Error Line has trailing spaces. 254
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error '{' should be on the previous line. 255
Error Line has trailing spaces. 258
Error Line has trailing spaces. 260
Error '(' is followed by whitespace. 260
Error '!' is followed by whitespace. 260
Error '{' should be on the previous line. 261
Error Line has trailing spaces. 262
Error '(' is followed by whitespace. 262
Error '!' is followed by whitespace. 262
Error '{' should be on the previous line. 263
Error '+' is not preceded with whitespace. 264
Error '+' is not followed by whitespace. 264
Error '+' is not preceded with whitespace. 264
Error '+' is not followed by whitespace. 264
Error Line has trailing spaces. 268
Error '{' should be on the previous line. 269
Error Line has trailing spaces. 282
Error Line has trailing spaces. 283
Error Line has trailing spaces. 286
Error Method 'getDtdFileName' is not designed for extension - needs to be abstract, final or empty. 286
Error '{' should be on the previous line. 287
Error Line has trailing spaces. 294
Error Line has trailing spaces. 297
Error Method 'setDtdFileName' is not designed for extension - needs to be abstract, final or empty. 297
Error Parameter dtdFileName should be final. 297
Error 'dtdFileName' hides a field. 297
Error '{' should be on the previous line. 298
Error Line has trailing spaces. 306
Error Line has trailing spaces. 309
Error Method 'getDtdPackage' is not designed for extension - needs to be abstract, final or empty. 309
Error '{' should be on the previous line. 310
Error Line has trailing spaces. 311
Error '(' is followed by whitespace. 311
Error ')' is preceded with whitespace. 311
Error '{' should be on the previous line. 312
Error Line has trailing spaces. 322
Error Line has trailing spaces. 325
Error Method 'setDtdPackage' is not designed for extension - needs to be abstract, final or empty. 325
Error Parameter dtdPackage should be final. 325
Error 'dtdPackage' hides a field. 325
Error '{' should be on the previous line. 326
Error Line has trailing spaces. 327
Error '(' is followed by whitespace. 327
Error '{' should be on the previous line. 328
Error Line has trailing spaces. 337
Error Line has trailing spaces. 340
Error Method 'getMapFileName' is not designed for extension - needs to be abstract, final or empty. 340
Error '{' should be on the previous line. 341
Error Line has trailing spaces. 348
Error Line has trailing spaces. 351
Error Method 'setMapFileName' is not designed for extension - needs to be abstract, final or empty. 351
Error Parameter mapFileName should be final. 351
Error 'mapFileName' hides a field. 351
Error '{' should be on the previous line. 352
Error Line has trailing spaces. 357
Error Line has trailing spaces. 360
Error Line has trailing spaces. 363
Error Method 'getMapFilePackage' is not designed for extension - needs to be abstract, final or empty. 363
Error '{' should be on the previous line. 364
Error Line has trailing spaces. 369
Error Line has trailing spaces. 372
Error Line has trailing spaces. 375
Error Method 'setMapFilePackage' is not designed for extension - needs to be abstract, final or empty. 375
Error Parameter mapFilePackage should be final. 375
Error 'mapFilePackage' hides a field. 375
Error '{' should be on the previous line. 376
Error First sentence should end with a period. 380
Error Line has trailing spaces. 382
Error Line has trailing spaces. 385
Error Method 'getDtdUri' is not designed for extension - needs to be abstract, final or empty. 385
Error '{' should be on the previous line. 386
Error Line has trailing spaces. 393
Error Line has trailing spaces. 396
Error Method 'setDtdUri' is not designed for extension - needs to be abstract, final or empty. 396
Error Parameter dtdURI should be final. 396
Error '{' should be on the previous line. 397

org/apache/torque/betwixt/XMLEventListener.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 25
Error Line has trailing spaces. 29
Error '{' should be on the previous line. 30
Error Line has trailing spaces. 35
Error Line has trailing spaces. 36
Error Line has trailing spaces. 40
Error Redundant 'public' modifier. 40
Error '(' is followed by whitespace. 40
Error Line has trailing spaces. 41
Error Expected @param tag for 'action'. 41
Error Expected @param tag for 'info'. 42
Error ')' is preceded with whitespace. 42
Error Expected @throws tag for 'Exception'. 43

org/apache/torque/betwixt/XMLEventNotifier.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 28
Error Line has trailing spaces. 31
Error '{' should be on the previous line. 32
Error Missing a Javadoc comment. 33
Error Variable 'logger' must be private and have accessor methods. 33
Error Line has trailing spaces. 34
Error First sentence should end with a period. 35
Error Line has trailing spaces. 37
Error First sentence should end with a period. 38
Error Line has trailing spaces. 40
Error First sentence should end with a period. 41
Error Name 'EXPORT_START' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Variable 'EXPORT_START' must be private and have accessor methods. 42
Error First sentence should end with a period. 44
Error Name 'EXPORT_RECORD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Variable 'EXPORT_RECORD' must be private and have accessor methods. 45
Error First sentence should end with a period. 47
Error Name 'EXPORT_END' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Variable 'EXPORT_END' must be private and have accessor methods. 48
Error Line has trailing spaces. 49
Error First sentence should end with a period. 50
Error First sentence should end with a period. 53
Error First sentence should end with a period. 56
Error First sentence should end with a period. 59
Error First sentence should end with a period. 62
Error First sentence should end with a period. 65
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 70
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Line has trailing spaces. 75
Error Line has trailing spaces. 77
Error Line has trailing spaces. 78
Error Line has trailing spaces. 79
Error Method 'notifyListeners' is not designed for extension - needs to be abstract, final or empty. 83
Error Parameter recordNum should be final. 83
Error Parameter action should be final. 83
Error Parameter info should be final. 83
Error ')' is preceded with whitespace. 83
Error Expected @throws tag for 'Exception'. 84
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 86
Error '+' is not preceded with whitespace. 86
Error '+' is not followed by whitespace. 86
Error '+' is not preceded with whitespace. 86
Error '+' is not followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Line has trailing spaces. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error Line has trailing spaces. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '{' should be on the previous line. 91
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line has trailing spaces. 97
Error Line has trailing spaces. 99
Error Line has trailing spaces. 100
Error Line has trailing spaces. 103
Error Method 'registerListener' is not designed for extension - needs to be abstract, final or empty. 103
Error '(' is followed by whitespace. 103
Error Parameter listener should be final. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error Line has trailing spaces. 105
Error '(' is followed by whitespace. 105
Error '!' is followed by whitespace. 105
Error '{' should be on the previous line. 106
Error Line has trailing spaces. 110
Error Line has trailing spaces. 112
Error Line has trailing spaces. 113
Error Line has trailing spaces. 116
Error Method 'deregisterListener' is not designed for extension - needs to be abstract, final or empty. 116
Error '(' is followed by whitespace. 116
Error Parameter listener should be final. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 117
Error Line has trailing spaces. 120
Error Line has trailing spaces. 123
Error Line has trailing spaces. 126
Error Method 'getListeners' is not designed for extension - needs to be abstract, final or empty. 126
Error '{' should be on the previous line. 127
Error Line has trailing spaces. 128
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error '{' should be on the previous line. 129

org/apache/torque/betwixt/package.html

Error Line
Error Missing package documentation file. 0

org/apache/torque/betwixt/util/BaseObjectRecordHandler.java

Error Line
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 35
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 44
Error Line has trailing spaces. 46
Error Line has trailing spaces. 47
Error Line has trailing spaces. 52
Error Missing a Javadoc comment. 53
Error Variable 'logger' must be private and have accessor methods. 53
Error First sentence should end with a period. 55
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 59
Error Method 'addUpdateRecord' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Parameter record should be final. 67
Error Parameter dispatcher should be final. 67
Error Line has trailing spaces. 68
Error '{' should be on the previous line. 69
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '+' is not preceded with whitespace. 75
Error '+' should be on a new line. 75
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Line has trailing spaces. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '+' is not preceded with whitespace. 87
Error '+' should be on a new line. 87
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Method 'deleteRecord' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error Parameter record should be final. 100
Error Parameter dispatcher should be final. 100
Error Line has trailing spaces. 101
Error '{' should be on the previous line. 102
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error Line has trailing spaces. 117
Error '{' is followed by whitespace. 118
Error Line has trailing spaces. 119
Error '{' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error Line has trailing spaces. 121
Error Line has trailing spaces. 125
Error Line has trailing spaces. 129
Error Line has trailing spaces. 134
Error Method 'addRecord' is not designed for extension - needs to be abstract, final or empty. 134
Error Parameter record should be final. 134
Error Parameter dispatcher should be final. 134
Error ')' is preceded with whitespace. 134
Error Expected @throws tag for 'Exception'. 135
Error '{' should be on the previous line. 136
Error Line has trailing spaces. 140
Error Line has trailing spaces. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '{' should be on the previous line. 143
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error ')' is preceded with whitespace. 147
Error Line has trailing spaces. 152
Error '+' should be on a new line. 152
Error '+' should be on a new line. 153
Error First sentence should end with a period. 157
Error Line has trailing spaces. 165
Error Method 'updateRecord' is not designed for extension - needs to be abstract, final or empty. 165
Error Parameter existingRec should be final. 165
Error Parameter record should be final. 165
Error Line has trailing spaces. 166
Error Parameter dispatcher should be final. 166
Error ')' is preceded with whitespace. 166
Error Line has trailing spaces. 167
Error Expected @throws tag for 'Exception'. 167
Error '{' should be on the previous line. 168
Error Line has trailing spaces. 171
Error Line has trailing spaces. 173
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error '{' should be on the previous line. 174
Error Line has trailing spaces. 176
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error Line has trailing spaces. 177
Error '{' should be on the previous line. 177
Error Line has trailing spaces. 182
Error '(' is followed by whitespace. 182
Error '&&' should be on a new line. 182
Error Line has trailing spaces. 183
Error '!' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error '{' should be on the previous line. 184
Error ')' is preceded with whitespace. 185
Error Line has trailing spaces. 190
Error '+' should be on a new line. 190
Error '+' should be on a new line. 191
Error Line has trailing spaces. 196
Error Line has trailing spaces. 197
Error Line has trailing spaces. 200
Error Unused @throws tag for 'IllegalStateException'. 202
Error Line has trailing spaces. 206
Error Method 'getExistingRecord' is not designed for extension - needs to be abstract, final or empty. 206
Error '(' is followed by whitespace. 206
Error Parameter record should be final. 206
Error Line has trailing spaces. 207
Error Parameter dispatcher should be final. 207
Error ')' is preceded with whitespace. 207
Error Line has trailing spaces. 208
Error Expected @throws tag for 'Exception'. 208
Error '{' should be on the previous line. 209
Error '+' is not preceded with whitespace. 211
Error '+' is not followed by whitespace. 211
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error '+' is not preceded with whitespace. 214
Error '+' is not followed by whitespace. 214
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error '+' is not preceded with whitespace. 214
Error '+' should be on a new line. 214
Error Line has trailing spaces. 225
Error '{' is followed by whitespace. 226
Error Line has trailing spaces. 227
Error '{' should be on the previous line. 230
Error Line has trailing spaces. 231
Error '{' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error '}' should be on the same line. 233
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error '+' is not preceded with whitespace. 237
Error '+' is not followed by whitespace. 237
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 240
Error '+' is not preceded with whitespace. 245
Error '+' is not followed by whitespace. 245
Error Line has trailing spaces. 248
Error Line has trailing spaces. 249
Error Method 'clone' is not designed for extension - needs to be abstract, final or empty. 249
Error Missing a Javadoc comment. 249
Error Line has trailing spaces. 250
Error '{' should be on the previous line. 251

org/apache/torque/betwixt/util/ImportSummaryListener.java

Error Line
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 33
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error '{' should be on the previous line. 42
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 44
Error Variable 'logger' must be private and have accessor methods. 44
Error Line has trailing spaces. 45
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 49
Error Line has trailing spaces. 50
Error First sentence should end with a period. 51
Error Line has trailing spaces. 52
Error '+' should be on a new line. 53
Error '+' should be on a new line. 54
Error '+' should be on a new line. 55
Error '+' should be on a new line. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 62
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 68
Error '(' is followed by whitespace. 68
Error Parameter out should be final. 68
Error Expected @param tag for 'out'. 68
Error ')' is preceded with whitespace. 68
Error '{' should be on the previous line. 69
Error Line has trailing spaces. 72
Error First sentence should end with a period. 73
Error Line has trailing spaces. 75
Error Line has trailing spaces. 78
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 78
Error '(' is followed by whitespace. 78
Error Parameter out should be final. 78
Error Expected @param tag for 'out'. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Line has trailing spaces. 86
Error Line has trailing spaces. 89
Error Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Parameter recordNumber should be final. 89
Error Parameter action should be final. 89
Error Parameter info should be final. 89
Error Line has trailing spaces. 90
Error '{' should be on the previous line. 91
Error '3' is a magic number. 92
Error ',' is not followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Line has trailing spaces. 98
Error Line has trailing spaces. 99
Error '(' is followed by whitespace. 99
Error '{' should be on the previous line. 100
Error Line has trailing spaces. 101
Error Line has trailing spaces. 103
Error '(' is followed by whitespace. 103
Error '!' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error '+' is not preceded with whitespace. 106
Error '+' is not followed by whitespace. 106
Error '+' is not preceded with whitespace. 106
Error '+' should be on a new line. 106
Error 'type' hides a field. 110
Error Line has trailing spaces. 111
Error '{' should be on the previous line. 112
Error Line has trailing spaces. 115
Error '}' should be on the same line. 115
Error Line has trailing spaces. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 117
Error '+' is not preceded with whitespace. 122
Error '+' is not followed by whitespace. 122
Error '+' is not preceded with whitespace. 122
Error '+' is not followed by whitespace. 122
Error Line has trailing spaces. 124
Error '(' is followed by whitespace. 124
Error '{' should be on the previous line. 125
Error Line has trailing spaces. 126
Error '(' is followed by whitespace. 126
Error '!' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '{' should be on the previous line. 127
Error '+' is not preceded with whitespace. 130
Error '+' is not followed by whitespace. 130
Error '+' is not preceded with whitespace. 130
Error '+' should be on a new line. 130
Error Line has trailing spaces. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '{' should be on the previous line. 136
Error '+' is not preceded with whitespace. 139
Error '+' is not followed by whitespace. 139
Error '+' is not preceded with whitespace. 139
Error '+' should be on a new line. 139
Error Line has trailing spaces. 143
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '{' should be on the previous line. 144
Error '+' is not preceded with whitespace. 147
Error '+' is not followed by whitespace. 147
Error '+' is not preceded with whitespace. 147
Error '+' should be on a new line. 147
Error Line has trailing spaces. 151
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error '{' should be on the previous line. 152
Error '+' is not preceded with whitespace. 155
Error '+' is not followed by whitespace. 155
Error '+' is not preceded with whitespace. 155
Error '+' should be on a new line. 155
Error Line has trailing spaces. 162
Error Line has trailing spaces. 163
Error Line has trailing spaces. 166
Error Method 'getCountByType' is not designed for extension - needs to be abstract, final or empty. 166
Error '{' should be on the previous line. 167
Error Line has trailing spaces. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '{' should be on the previous line. 169
Error Line has trailing spaces. 174
Error Line has trailing spaces. 177
Error Line has trailing spaces. 178
Error Line has trailing spaces. 183
Error Method 'printSummary' is not designed for extension - needs to be abstract, final or empty. 183
Error Parameter header should be final. 183
Error Parameter footer should be final. 183
Error ')' is preceded with whitespace. 183
Error Line has trailing spaces. 184
Error Expected @throws tag for 'IOException'. 184
Error '{' should be on the previous line. 185
Error Line has trailing spaces. 186
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error '{' should be on the previous line. 187
Error Line has trailing spaces. 191
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error '{' should be on the previous line. 192
Error '(' is followed by whitespace. 193
Error Line has trailing spaces. 195
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error '{' should be on the previous line. 196
Error Line has trailing spaces. 200
Error Line has trailing spaces. 202
Error Line has trailing spaces. 205
Error Line has trailing spaces. 207
Error Line has trailing spaces. 209
Error Method 'printTypeSummary' is not designed for extension - needs to be abstract, final or empty. 209
Error '(' is followed by whitespace. 209
Error Parameter type should be final. 209
Error 'type' hides a field. 209
Error Expected @param tag for 'type'. 209
Error ')' is preceded with whitespace. 209
Error Expected @throws tag for 'IOException'. 209
Error '{' should be on the previous line. 210
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error '5' is a magic number. 213
Error '3' is a magic number. 217
Error '4' is a magic number. 218
Error ',' is not followed by whitespace. 219
Error ')' is preceded with whitespace. 219
Error Line has trailing spaces. 223
Error Line has trailing spaces. 226
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 226
Error '{' should be on the previous line. 227
Error Line has trailing spaces. 233
Error Line has trailing spaces. 236
Error Method 'setType' is not designed for extension - needs to be abstract, final or empty. 236
Error Parameter type should be final. 236
Error 'type' hides a field. 236
Error '{' should be on the previous line. 237
Error Line has trailing spaces. 238
Error '(' is followed by whitespace. 238
Error '!' is followed by whitespace. 238
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238
Error '{' should be on the previous line. 239
Error '+' is not preceded with whitespace. 240
Error '+' is not followed by whitespace. 240
Error '+' is not preceded with whitespace. 240
Error '+' is not followed by whitespace. 240
Error '4' is a magic number. 241
Error Line has trailing spaces. 250
Error Method 'isCounterSet' is not designed for extension - needs to be abstract, final or empty. 250
Error '{' should be on the previous line. 251
Error Line has trailing spaces. 258
Error Method 'setCounterSet' is not designed for extension - needs to be abstract, final or empty. 258
Error Parameter counterSet should be final. 258
Error 'counterSet' hides a field. 258
Error '{' should be on the previous line. 259
Error Line has trailing spaces. 266
Error Method 'getSummaryFormat' is not designed for extension - needs to be abstract, final or empty. 266
Error '{' should be on the previous line. 267
Error Line has trailing spaces. 274
Error Method 'setSummaryFormat' is not designed for extension - needs to be abstract, final or empty. 274
Error Parameter summaryFormat should be final. 274
Error 'summaryFormat' hides a field. 274
Error '{' should be on the previous line. 275
Error Line has trailing spaces. 278
Error Line has trailing spaces. 279
Error Method 'getCounts' is not designed for extension - needs to be abstract, final or empty. 279
Error Missing a Javadoc comment. 279
Error '(' is followed by whitespace. 279
Error Parameter type should be final. 279
Error 'type' hides a field. 279
Error ')' is preceded with whitespace. 279
Error '{' should be on the previous line. 280

org/apache/torque/betwixt/util/SimpleListener.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 29
Error Line has trailing spaces. 35
Error '{' should be on the previous line. 36
Error Missing a Javadoc comment. 37
Error Variable 'logger' must be private and have accessor methods. 37
Error Line has trailing spaces. 38
Error First sentence should end with a period. 39
Error First sentence should end with a period. 42
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 46
Error Line has trailing spaces. 47
Error Missing a Javadoc comment. 47
Error Line has trailing spaces. 49
Error Missing a Javadoc comment. 49
Error '(' is followed by whitespace. 49
Error Parameter out should be final. 49
Error 'out' hides a field. 49
Error ')' is preceded with whitespace. 49
Error '{' should be on the previous line. 50
Error First sentence should end with a period. 53
Error Line has trailing spaces. 55
Error Line has trailing spaces. 58
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 58
Error '(' is followed by whitespace. 58
Error Parameter out should be final. 58
Error 'out' hides a field. 58
Error Expected @param tag for 'out'. 58
Error ')' is preceded with whitespace. 58
Error '{' should be on the previous line. 59
Error Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Parameter recordNumber should be final. 64
Error Parameter action should be final. 64
Error Parameter info should be final. 64
Error Line has trailing spaces. 65
Error '{' should be on the previous line. 66
Error '3' is a magic number. 67
Error ',' is not followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Line has trailing spaces. 76
Error Line has trailing spaces. 79
Error Line has trailing spaces. 81
Error Method 'getEventFormats' is not designed for extension - needs to be abstract, final or empty. 81
Error '{' should be on the previous line. 82
Error Line has trailing spaces. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 84
Error Line has trailing spaces. 91
Error Line has trailing spaces. 92
Error Line has trailing spaces. 94
Error Line has trailing spaces. 96
Error Line has trailing spaces. 99
Error Unused @param tag for 'eventAction'. 100
Error Line has trailing spaces. 105
Error Method 'setEventFormat' is not designed for extension - needs to be abstract, final or empty. 105
Error Parameter actionEvent should be final. 105
Error Expected @param tag for 'actionEvent'. 105
Error Parameter eventFormat should be final. 105
Error '{' should be on the previous line. 106
Error Line has trailing spaces. 109
Error Line has trailing spaces. 113
Error Line has trailing spaces. 117
Error Method 'setDefaultEventFormat' is not designed for extension - needs to be abstract, final or empty. 117
Error '(' is followed by whitespace. 117
Error Parameter eventFormat should be final. 117
Error ')' is preceded with whitespace. 117
Error '{' should be on the previous line. 118
Error ')' is preceded with whitespace. 119
Error Line has trailing spaces. 127
Error Expected an @return tag. 130
Error Line has trailing spaces. 130
Error Method 'getEventFormat' is not designed for extension - needs to be abstract, final or empty. 130
Error Parameter actionEvent should be final. 130
Error '{' should be on the previous line. 131
Error Line has trailing spaces. 133
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error '{' should be on the previous line. 134
Error Line has trailing spaces. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 138
Error Line has trailing spaces. 146
Error Line has trailing spaces. 149
Error Method 'getOut' is not designed for extension - needs to be abstract, final or empty. 149
Error '{' should be on the previous line. 150
Error Line has trailing spaces. 156
Error Line has trailing spaces. 159
Error Method 'setOut' is not designed for extension - needs to be abstract, final or empty. 159
Error Parameter out should be final. 159
Error 'out' hides a field. 159
Error '{' should be on the previous line. 160

org/apache/torque/betwixt/util/SuppressPrimaryKeys.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 38
Error Line has trailing spaces. 40
Error Line has trailing spaces. 43
Error Line has trailing spaces. 50
Error '{' should be on the previous line. 51
Error Missing a Javadoc comment. 52
Error Variable 'logger' must be private and have accessor methods. 52
Error Line has trailing spaces. 53
Error Missing a Javadoc comment. 54
Error Line has trailing spaces. 57
Error Line has trailing spaces. 59
Error '{' should be on the previous line. 60
Error Expected an @return tag. 68
Error Line has trailing spaces. 68
Error Method 'suppressAttribute' is not designed for extension - needs to be abstract, final or empty. 68
Error Parameter attributeDescriptor should be final. 68
Error Expected @param tag for 'attributeDescriptor'. 68
Error Line has trailing spaces. 69
Error Parameter value should be final. 69
Error Expected @param tag for 'value'. 69
Error '{' should be on the previous line. 70
Error Line is longer than 80 characters. 76
Error Line has trailing spaces. 78
Error Method 'suppressElement' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error Parameter element should be final. 78
Error Line has trailing spaces. 79
Error Parameter namespaceUri should be final. 79
Error Line has trailing spaces. 80
Error Parameter localName should be final. 80
Error Line has trailing spaces. 81
Error Parameter qualifiedName should be final. 81
Error Line has trailing spaces. 82
Error Parameter value should be final. 82
Error '{' should be on the previous line. 83
Error Line has trailing spaces. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error Line has trailing spaces. 86
Error '{' should be on the previous line. 87
Error 'cast' is not followed by whitespace. 88
Error Line has trailing spaces. 90
Error Line has trailing spaces. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error Line has trailing spaces. 96
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 97
Error Line has trailing spaces. 100
Error ')' is preceded with whitespace. 103
Error Line has trailing spaces. 105
Error Line has trailing spaces. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error Line has trailing spaces. 108
Error '{' should be on the previous line. 108
Error '}' should be on the same line. 111
Error Line has trailing spaces. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113
Error Line has trailing spaces. 114
Error Line is longer than 80 characters. 119

org/apache/torque/betwixt/util/package.html

Error Line
Error Missing package documentation file. 0